#include "sound_pool.bgt" sound_pool sounds; void main() { sounds.max_distance=70; sounds.play_stationary("sounds/ambience.wav", true); wait(5000); sounds.resume_all(); wait(5000); sounds.resume_all(); wait(5000); }